home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / mw2demo.dir / 00017.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  167 b   |  13 lines

  1. on enterFrame
  2.   if rollOver(3) then
  3.     go("making of return")
  4.   end if
  5.   if not rollOver(3) then
  6.     go("making of 2")
  7.   end if
  8. end
  9.  
  10. on exitFrame
  11.   go(the frame)
  12. end
  13.